PromptsPrompt Sandboxes

Deploy Prompt Sandbox

Beta
POST

Path parameters

idstringRequired
A UUID string identifying this sandbox.
prompt_idstringRequired
An ID identifying the Prompt you'd like to deploy.

Request

This endpoint expects an object.
prompt_deployment_id
stringOptional

The Vellum-generated ID of the Prompt Deployment you’d like to update. Cannot specify both this and prompt_deployment_name. Leave null to create a new Prompt Deployment.

prompt_deployment_name
stringOptional

The unique name of the Prompt Deployment you’d like to either create or update. Cannot specify both this and prompt_deployment_id. If provided and matches an existing Prompt Deployment, that Prompt Deployment will be updated. Otherwise, a new Prompt Deployment will be created.

label
stringOptional
In the event that a new Prompt Deployment is created, this will be the label it's given.
release_tags
list of stringsOptional
Optionally provide the release tags that you'd like to be associated with the latest release of the created/updated Prompt Deployment.

Response

This endpoint returns an object
id
string
created
datetime
label
string
A human-readable label for the deployment
name
string
A name that uniquely identifies this deployment within its workspace
last_deployed_on
datetime
input_variables
list of objects
active_model_version_ids
list of strings

Deprecated. The Prompt execution endpoints return a prompt_version_id that could be used instead.

last_deployed_history_item_id
string
The ID of the history item associated with this Deployment's LATEST Release Tag
status
enumOptional

The current status of the deployment

  • ACTIVE - Active
  • ARCHIVED - Archived
Allowed values: ACTIVEARCHIVED
environment
enumOptional

The environment this deployment is used in

  • DEVELOPMENT - Development
  • STAGING - Staging
  • PRODUCTION - Production
Allowed values: DEVELOPMENTSTAGINGPRODUCTION