Deploy external image
Deploy an external container image to a project environment
POST
Path parameters
namespace
type: string
requiredThe namespace (user or organization) the project belongs to.
id_or_slug
type: string
requiredThe project ID or slug.
Body parameters
image_ref
type: string
requiredContainer 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`).
Previous → Deploy from git
Next List deployments →