Command Palette
Search for a command to run

Deploy external image

Deploy an external container image to a project environment

POST
/auth/v1/seed/{namespace}/projects/{id_or_slug}/deploy-image

Path parameters

namespace type: string (required)
The namespace (user or organization) the project belongs to.
id_or_slug type: string (required)
The project ID or slug.

Body parameters

image_ref type: string (required)
Container image reference to deploy (e.g., `ghcr.io/acme/api:v2.1`).
registry_id type: string
Registry credential ID for pulling private images.
environment type: string
Target environment name (e.g., `production`, `staging`).