Option 1: Baidu Cloud Console
Open the BCC console
Sign in to the Baidu Cloud Console and navigate to Cloud Server BCC → Instance List.
Select the correct region
Use the region selector at the top to choose the region where your instance is running.
Select your instance
Find the BCC instance running OpenClaw. Confirm the correct instance by checking its public IP against what appeared on the watchboard.
Stop the instance first (if running)
An instance must be in the Stopped state before it can be released. If the instance is running, click More → Stop and wait for the status to change to Stopped.
Option 2: BCE CLI
The Baidu Cloud Engine CLI (bcecli) handles authentication internally using your Access Key ID and Secret Access Key, so you don’t need to compute the API signatures manually. Install and configure:i-XXXXXXXX with your BCC instance ID and bj with your region code in the CLI config. See the BCE CLI BCC command reference for the full list of options.
The raw Baidu Cloud BCC REST API uses the BCE Signature Algorithm (bce-auth-v1), which requires HMAC-SHA256 signing that is not practical to do manually with curl. Use the BCE CLI or the BCE Python SDK (
pip install bce-python-sdk) for scripted access.