Python
from gcore import Gcore client = Gcore( api_key="My API Key", ) client.cloud.inference.registry_credentials.delete( credential_name="docker-io", project_id=1, )
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Project ID
1
Registry credential name.
4
"docker-io"
No Content
Was this page helpful?