Skip to main content
Aliases: placements, placement
Placements are gated behind a feature flag. The placements command is hidden and unavailable unless the feature is enabled for your organization.

Subcommands

  • list — List placements
  • get — Get placement details
  • create — Create a new placement
  • delete — Delete a placement
  • servers — List servers in a placement
  • server-reboot — Reboot a server in a placement
  • server-stop — Stop a server in a placement

list

List placements, optionally filtered by organization, project, or reservation.

Flags

FlagDescription
—org stringOrganization ID
—project stringProject ID
—reservation stringReservation ID
—jsonEmit the full JSON payload (mutually exclusive with -q)
-q, —query stringArrayjq filter for value extraction (see Query output with -q)

Example


get

Get details for a specific placement.

Flags

FlagDescription
—id stringPlacement ID
—org stringOrganization ID
—jsonEmit the full JSON payload (mutually exclusive with -q)
-q, —query stringArrayjq filter for value extraction (see Query output with -q)

create

Create a new placement. Accepts input from a JSON file or stdin, with an optional cloud-init configuration for the placed servers.

Flags

FlagDescription
-f, —file stringPath to a JSON file
—stdinRead JSON from standard input
—cloud-init-path stringPath to a cloud-init YAML file
—dry-runPreview the request payload without persisting
-y, —yesAutomatically confirm creation
—jsonEmit the full JSON payload (mutually exclusive with -q)
-q, —query stringArrayjq filter for value extraction (see Query output with -q)

Examples


delete

Delete an existing placement.

Flags

Example


servers

List the servers in a placement.

Flags

FlagDescription
—id stringPlacement ID
—org stringOrganization ID
—jsonEmit the full JSON payload (mutually exclusive with -q)
-q, —query stringArrayjq filter for value extraction (see Query output with -q)

server-reboot

Reboot an existing server in a placement. Use --hard for a hard reboot.

Flags

Example


server-stop

Stop an existing server in a placement.

Flags

Example


Reservations

Reserve GPU capacity and check available reservation units.