get_container
Retrieve complete details of a container, including its ID, subdomain, public URL, status, ports, database credentials, S3 bucket, volume path, and timestamps, to inspect deployment state and troubleshoot issues.
Instructions
Get full details of one container: id, subdomain, public URL, status, ports, database name and username, S3 bucket, volume path, and timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| containerId | Yes | UUID of the container |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Container UUID. | |
| url | Yes | Public HTTPS URL. | |
| status | Yes | Lifecycle status, e.g. running or sleeping. | |
| createdAt | No | Creation time (ISO 8601). | |
| subdomain | Yes | Container subdomain. | |
| memoryBytes | No | Memory limit in bytes. | |
| storageBytes | No | Storage used in bytes. |