Deploy Target

Deploy Target lets you spin up Compute instances on dedicated hypervisors.

Read more


Other Operations

get-deploy-target

Retrieve Deploy Target details

GET /deploy-target/{id}

Path parameters

  • id in path (required)

Responses

  • 200: 200
    • application/json
      • id (string): Deploy Target ID
      • name (string): Deploy Target name
      • type (string): Deploy Target type
      • description (string): Deploy Target description

SDK reference for get-deploy-target: golang | Python | Java

CLI: exo api get-deploy-target

list-deploy-targets

List Deploy Targets

GET /deploy-target

Responses

  • 200: 200

SDK reference for list-deploy-targets: golang | Python | Java

CLI: exo api list-deploy-targets

Last updated on