commands.sh

ibmcloud api

all

Set or view the IBM Cloud API endpoint.

More info →

Examples (6)

View the current API endpoint

Set the API endpoint to `cloud.ibm.com`

ibmcloud api cloud.ibm.com

Set a private API endpoint

ibmcloud api private.cloud.ibm.com

Use a VPC connection for a private endpoint

ibmcloud api private.cloud.ibm.com --vpc

Bypass SSL validation of HTTP requests

ibmcloud api https://cloud.ibm.com --skip-ssl-validation

Remove the API endpoint setting

ibmcloud api --unset
made by @shridhargupta | data from tldr-pages