DeploymentStatus:
    | "unknown_status"
    | "creating"
    | "deploying"
    | "ready"
    | "error"
    | "deleting"
    | "locked"