For the complete documentation index, see llms.txt. This page is also available as Markdown.

run-admin-script

Run an admin script against a deployed system, executed from the admin node.

Syntax

rumi cloud hetzner run-admin-script \
  --api-key <token> \
  --network <network> \
  --key-pair <keypair> \
  --system <system> \
  --script <script> \
  [options]

Options

Option
Short
Description
Default

--api-key

-k

The Hetzner Cloud project API token (or set HCLOUD_TOKEN)

Required

--region

-r

The Hetzner location the network is in

fsn1

--network

-n

The name of the network

Required

--key-pair

-K

The SSH key pair to reach the bastion

Required

--system

The system to run the admin script against

Required

--script

The admin script to run

Required

--param

The admin script parameters

none

Example

See Also

Last updated