Enable a plugin Run in API Explorer

POST /plugins/{name}/enable

Path parameters

  • name string Required

    The name of the plugin. The :latest tag is optional, and is the default if omitted.

Query parameters

  • timeout integer

    Set the HTTP client timeout (in seconds)

    Default value is 0.

Responses

  • 200

    no error

  • 404 application/json

    plugin is not installed

    Hide response attribute Show response attribute object
    • message string Required

      The error message.

  • 500 application/json

    server error

    Hide response attribute Show response attribute object
    • message string Required

      The error message.

POST /plugins/{name}/enable
curl \
 --request POST 'http://api.example.com/v1.44/plugins/{name}/enable'
Response examples (404)
{
  "message": "Something went wrong."
}
Response examples (404)
{
  "message": "Something went wrong."
}
Response examples (500)
{
  "message": "Something went wrong."
}
Response examples (500)
{
  "message": "Something went wrong."
}