Interface Container

Hierarchy

  • Container

Properties

created_at: Timestamp

The time this container was created

deployment_id: `deployment_${string}`

The ID of the deployment this container is associated with

id: `container_${string}`

The ID of the container

internal_ip: string

The internal IP of the container

metadata: {
    last_exit_code?: number;
}

Information about the container

Type declaration

  • Optional last_exit_code?: number

    The last exit code

metrics: null | {
    cpu_usage_percent: number;
    memory_usage_percent: number;
}

Metrics for this container

overrides: null | {
    resources?: Partial<Resources>;
}

Overrides that were provided manually to the container

region: US_EAST_1

The region this container runs in

The state this container is in

The type of this container

uptime: {
    last_start: Timestamp;
}

Information about uptime/downtime for this container

Type declaration

  • last_start: Timestamp

    The last time this container was started at

volume: null | VolumeDefinition

The volume definition for this container

Generated using TypeDoc