Loading...
Loading...
Provision a dedicated PolarDB-X distributed database instance instantly with no auth required. Each instance is a full 2C4G standard edition with MySQL compatibility, distributed transactions, and vector search.
npx skill4agent add polardb/polardbx-skills polardbx-zerottlMinutesVECTORMYSQL_PWD"ttlMinutes": 1440https://zero.polardbx.com/api/v1/instancesapplication/json{
"tag": "",
"ttlMinutes": 1440
}tagttlMinutes200{
"instance": {
"id": "pxz_a1b2c3d4e5f6",
"connection": {
"host": "pxzeroxxxxxxxxxx.polarx.rds.aliyuncs.com",
"port": 3306,
"username": "pxz_12345678",
"password": "Px$9aB3cD7eF1gH",
"database": ""
},
"connectionString": "mysql://pxz_12345678:Px%249aB3cD7eF1gH@pxzeroxxxxxxxxxx.polarx.rds.aliyuncs.com:3306",
"createdAt": "2026-03-20T10:30:00.000Z",
"expiresAt": "2026-03-27T10:30:00.000Z",
"ttlDays": 0,
"ttlMinutes": 1440,
"status": "ready"
}
}instance.connectionStringexpiresAthttps://zero.polardbx.com/api/v1/instances/:idusernamepassword200{
"instance": {
"id": "pxz_a1b2c3d4e5f6",
"connection": {
"host": "pxzeroxxxxxxxxxx.polarx.rds.aliyuncs.com",
"port": 3306,
"username": "",
"password": "",
"database": ""
},
"connectionString": "mysql://pxzeroxxxxxxxxxx.polarx.rds.aliyuncs.com:3306",
"createdAt": "2026-03-20T10:30:00.000Z",
"expiresAt": "2026-03-27T10:30:00.000Z",
"ttlDays": 0,
"ttlMinutes": 1440,
"status": "ready"
}
}https://zero.polardbx.com/api/v1/instances/:id200{
"instance": {
"id": "pxz_a1b2c3d4e5f6",
"status": "released",
"releasedAt": "2026-03-20T12:00:00.000Z"
}
}{
"error": {
"code": "ERROR_CODE",
"message": "Human-readable description"
}
}| HTTP Status | Code | Description |
|---|---|---|
| 400 | | Invalid ttlMinutes value (must be > 0 and <= system default). |
| 429 | | Too many requests or max active instances per IP reached. Wait before retrying. |
| 503 | | No available instances in the pool. Try again later. |
| 404 | | Instance not found or has expired. |
| 500 | | Unexpected server error. |