Registry
Resize registry
Update the size of a container registry.
patch/cloud/v1/registries/{project_id}/{region_id}/{registry_id}/resize
Path parameters
project_idinteger required
Project ID
region_idinteger required
Region ID
registry_idinteger required
Registry ID
Request body
Example request
{
"storage_limit": 5
}Response
Updated registry details
Example response
{
"created_at": "2024-06-18T09:36:53.335000Z",
"id": 1,
"name": "company-name",
"repo_count": 1,
"storage_limit": 5,
"storage_used": 1000000000,
"updated_at": "2024-06-18T09:36:53.335000Z"
}