exo Verified current stable Not installed? Cloud Infrastructure

Exo / List Available Database Service Types

List Available Database Service Types

Retrieves available database service types in the current cloud environment.

$
Terminal
exo dbaas type list

When To Use

When evaluating available resources for database provisioning.

Pro Tip

This command may vary in output depending on the user's subscription and service limitations; verify entitlements.

Anatomy of Output

Understanding the result

mysql Service Type

Indicates MySQL is an available DB service.

postgresql Service Type

Indicates PostgreSQL is an available DB service.

Power User Variants

Optimized versions

exo dbaas type list --filter mysql

List only MySQL database types.

exo dbaas type list --format detailed

Get detailed description of available DB services.

Troubleshooting

Common pitfalls

exo: no database types found

Solution: Ensure database service subscription is active.

exo: authentication failure

Solution: Verify user permissions and access credentials.

exo: unable to connect to API

Solution: Check your network connectivity and API endpoints.

Command Breakdown

What each part is doing

exo
Base Command
The executable that performs this operation. Here it runs Exo before the shell applies any redirect operators.

Alternative Approaches

Comparable commands in other tools

Alternative cloud infrastructure tools for the same job.