Skip to main content
POST
/
v1
/
orchestrate
/
agents
/
{id}
/
releases
/
{version}
/
undeploy
Undeploy A Released Agent
curl --request POST \
  --url https://{api_endpoint}/api/v1/orchestrate/agents/{id}/releases/{version}/undeploy \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required
version
integer
required

Response

Successful Response