Contact Us 1-800-596-4880

CLI for Local Servers

Command Description

Describes server

Modifies server

Gets server registration token. This token needs to be used to register a new server

Deletes server

Changes an standalone application artifact

runtime-mgr server describe

> runtime-mgr server describe [options] <serverId>

This command describes the server passed in serverId.

This command accepts only the default options: --help, -f/--fields and -o/--output.

runtime-mgr server modify

> runtime-mgr server modify [options] <serverId>

This command modifies the server passed in serverId.

In order to update the id for the cluster, you need to pass the --name option.

Besides the --name option, this command also takes the default --help, -f/--fields and -o/--output options.

runtime-mgr server token

> runtime-mgr server token [options]

This command gets server registration token. This token needs to be used to register a new server.

This command accepts only the default options: --help, -f/--fields and -o/--output.

runtime-mgr server delete

> runtime-mgr server delete [options] <serverId>

This command deletes the server passed in serverId.

This command accepts only the default options: --help, -f/--fields and -o/--output.

This command does not prompt twice before deleting. If you send a delete instruction, it does not ask for confirmation.

runtime-mgr server list

> runtime-mgr server list [options]

This server lists all servers in your environment.

This command accepts only the default options: --help, -f/--fields and -o/--output.