get_deployment

Full details for one deployment, including the git commit and MCP URL.

Returns full details for one deployment: core fields (id, status, serverId, domain, port, timestamps, error, mcpUrl), git commit info, and source configuration (repo, branch, rootDir, runtime, buildCommand, startCommand). Read-only.

For log streams use get_deployment_build_logs and get_deployment_runtime_logs.

Parameters

ParameterTypeRequiredDescription
deploymentIdstringYesThe deployment to retrieve. From list_deployments.
organizationIdstringYesOrganization the deployment belongs to. From list_organizations.

Typical use

Check why a deployment failed (status + error), or grab a deployment's mcpUrl to connect a client to it.

On this page