Skip to main content
POST
Create External Deployment

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Required string length: 1 - 128
Pattern: ^[A-Za-z0-9][A-Za-z0-9._-]*$
project_key
string | null

Response

Successful Response

deployment
ModelDeploymentOut · object
required
initial_token
DeploymentTokenCreatedOut · object | null