Skip to main content

CloudBlast CLI

The cloudblast CLI wraps the full CloudBlast API v2 — everything you can do in the console or via the API, you can do from your terminal or scripts. All output is JSON, so it composes with jq and works well in automation and cron jobs.

Installation

Or run without installing:

Authentication

Get an API token from Account Settings, then export it:
You can also pass --token your-api-token on any command.

Quick Examples

Command Reference

Account

Plans & Locations

SSH Keys

Servers

Server IPs

Backups

Security Groups (Firewall)

Destructive Operations

Commands that destroy data — servers delete, servers reinstall, backups restore, and backups delete — refuse to run without the --yes (-y) flag, so scripts must opt in explicitly.

Scripting

Every command prints JSON and exits non-zero on failure: