Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

deploymentId
string<uuid>
required

Body

application/json
name
string
type
enum<string>
Available options:
production,
non_production
status
enum<string>
Available options:
active,
archived
deployment_config
object | null
is_default
boolean
rotate_auth
boolean
override_existing
boolean
auth_settings
object
tags
object | null

Response

The response is of type object.

Last modified on September 18, 2026