Skip to main content
Infrastructure/Agents

ManualRestart

Manually restart a plugin process on the specified agent

POST/api/v1/agents/{agentId}/plugins/{pluginId}/restart

Operation ID

ManualRestart

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • agentId
    StringRequired

    UUID of the agent running the plugin

  • pluginId
    StringRequired

    Unique identifier of the plugin to restart

Responses

200 OK
200 OK

On success, this API returns an empty JSON object {}.