Skip to main content
GET
Get Instance

Request Headers

string
requerido
Enum: application/json
string
requerido
Bearer authentication format, for example: Bearer {{API Key}}.

Query Parameters

string
requerido
ID of the instance being queried.

Response

string
requerido
Instance ID.
string
requerido
Instance name.
string
requerido
Cluster ID.
string
requerido
Name of the cluster.
string
requerido
Container image URL.
string
requerido
Image registry authentication information.
string
requerido
Container startup command.
string
requerido
Container startup entrypoint.
string
requerido
Number of CPU cores allocated to the instance.
string
requerido
Memory size allocated to the instance, in GB.
string
requerido
Number of GPU cards allocated to the instance.
string
requerido
Instance status. Possible values:
  • toCreate: Pending creation
  • creating: Creating
  • pulling: Pulling image
  • running: Running
  • toStart: Pending start
  • starting: Starting
  • toStop: Pending stop
  • stopping: Stopping
  • exited: Stopped
  • toRestart: Pending restart
  • restarting: Restarting
  • toRemove: Pending deletion
  • removing: Deleting
  • removed: Deleted
  • toReset: Pending reset (upgrade)
  • resetting: Resetting
  • migrating: Migrating
  • freezing: Freezing
object
Error information when instance creation fails or the instance is unavailable.
object
VPC network information for the instance.
object[]
requerido
Instance port mapping information.
object[]
Storage configuration for the instance.
object[]
Node information.
object[]
Tasks currently running on the instance.
object[]
Instance environment variable information.
object
Instance SSH connection information.
object
Instance WebSSH connection information.
object
Jupyter connection information for the instance (if available).
object
Instance log connection information (HTTP Stream).
string
Instance type.
string
requerido
Billing mode for the instance. Values:
  • onDemand: Pay-as-you-go billing.
  • monthly: Subscription (monthly or yearly) billing.
  • spot: Spot instance billing.
string
Expiration time for subscription instances. For pay-as-you-go instances, returns -1.
integer
Free system disk size (GB).
integer
Number of days data is retained after the instance is shut down.
Última modificación el 15 de mayo de 2026