dockStatusId to call the Get Dock Status API and verify the status of the task.
| Method | POST |
|---|---|
| Endpoint | https://{host}/api/public/tools/:{toolId}/undeploy |
| Content Type | application/json |
| Authorization | X-api-key - The API key used for authentication. |
Path Parameters
| PARAMETER | DESCRIPTION | TYPE | REQUIRED/OPTIONAL |
|---|---|---|---|
| host | The environment URL. For example, https://agent-platform.domain.ai/ | String | Required |
| toolId | The unique identifier of the tool being undeployed. | String | Required |
Sample Request
Body Parameters
No parameters are passed.Sample Response
Response Parameters
| PARAMETER | DESCRIPTION | TYPE |
|---|---|---|
| dockStatusId | The unique identifier for tracking the tool undeployment status. | String |
| toolId | The unique identifier of the tool being undeployed. | String |
| jobType | The type of job being performed (TOOLS). | String |
| action | The action being performed (UNDEPLOY). | String |
| status | The undeployment status (SUCCESS, “IN_PROGRESS”, or FAILED). | String |