POST
/
agents
/
{agentId}
/
deployments
/
{deploymentId}
/
activate
Activate a deployment version
curl --request POST \
  --url https://your_salambo_base_url/api/v1/agents/{agentId}/deployments/{deploymentId}/activate \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

agentId
string<uuid>
required
deploymentId
string<uuid>
required

Response

Deployment activation result

The response is of type object.