Activate a version

Activates an endpoint version on the staging or production network. If another version of the endpoint is already active on the specified network, that version automatically deactivates and the newly activated version takes its place. If an active version of another endpoint shares any hostnames with the version you activate, the API automatically deactivates the version with conflicting hostnames, creates a new version of the impacted endpoint, migrates the non-conflicting hostnames and other API details to the new version, and activates the new version.

Path Params
integer
required

The unique identifier for the endpoint version.

integer
required

The unique identifier for the endpoint.

Query Params
string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Body Params
networks
array of strings
required

The network environments where you activate the endpoint version, either STAGING or PRODUCTION.

networks*
string

The notes describing the version that you activate.

notificationRecipients
array of strings

The email addresses where the system sends the activation notification.

notificationRecipients
Responses

Response body
object
networks
array of strings
required

The network environments where you activate the endpoint version, either STAGING or PRODUCTION.

networks*
string

The notes describing the version that you activate.

notificationRecipients
array of strings

The email addresses where the system sends the activation notification.

notificationRecipients

Language
Authentication
URL