Skip to main content

disable_plugin_op

Function disable_plugin_op 

Source
pub async fn disable_plugin_op(
    plugin: &str,
    scope: Option<InstallableScope>,
) -> PluginOperationResult
Expand description

Disable a plugin

§Arguments

  • plugin - Plugin name or plugin@marketplace identifier
  • scope - Optional scope. If not provided, finds the most specific scope for the current project.

§Returns

Result indicating success/failure