Skip to content

get_status

Get deployment metadata including URL, storage type, SPA mode, and status information.

Annotations

AnnotationValue
readOnlyHinttrue
destructiveHintfalse
openWorldHinttrue

Parameters

NameTypeRequiredDescription
idstringYesThe deployment ID to check

Return format

Deployment Status

ID: dep_abc123
Slug: my-site
URL: https://my-site.based.page
Status: active
Storage: html
SPA mode: false
Title: My Site
Description: A landing page for My Site
Favicon: ⚡
Created: 2026-03-01T10:30:00Z
Updated: 2026-03-01T14:22:00Z

Fields

FieldDescription
idUnique deployment identifier
slugURL slug (subdomain)
urlFull live URL
statusactive or deleted
storage_typehtml (single file) or files (multi-file)
is_spaWhether 404→index.html fallback is enabled
titlePage title
descriptionMeta description
faviconFavicon emoji
created_atISO 8601 timestamp of initial deploy
updated_atISO 8601 timestamp of last update

Example

User prompt:

"What's the status of my project page?"

What Claude does:

  1. Calls get_status with the deployment ID.
  2. Returns the URL, storage type, SPA mode, and timestamps.

Notes

  • The status field indicates whether the deployment is active. Deleted deployments return status: "deleted".
  • Claude frequently calls this tool internally before updating or tearing down a deployment to confirm the correct target.
  • Use list_deploys to find deployment IDs when you don't have them handy.

Deploy apps from conversation.