Delete server
The server:delete command allows you to delete a server from your account.
ploi server:delete
You can specify a server directly:
ploi server:delete --server=blue-ocean
To skip the confirmation prompt, use the --force flag:
ploi server:delete --server=blue-ocean --force
Warning: This action is irreversible. All data on the server will be permanently deleted. Without the --force flag, you will be asked to type the server name to confirm deletion.
Options
| Option | Description |
|---|---|
--server= | The server name or ID to delete |
--force | Skip the confirmation prompt |