Skip to main content
POST
/
api
/
workspaces
/
{id}
/
tools
/
{tool}
/
stop
Stop a running tool.
curl --request POST \
  --url https://api.rigbox.dev/api/workspaces/{id}/tools/{tool}/stop \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Workspace ID

tool
string
required

Tool ID

Response

200 - application/json

Tool stopped

message
string
required
status
string
required