Skip to main content
Switch Current Agent Version Of An Environment To A New Version.
curl --request POST \
  --url https://{api_endpoint}/api/v1/orchestrate/agents/{id}/releases/{version}/environment/{env_id} \
  --header 'Authorization: Bearer <token>'
"<any>"

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
env_id
string
required
version
integer
required

Response

Successful Response

The response is of type any.