from gcore import Gcore
client = Gcore(
api_key="My API Key",
)
client.cloud.inference.secrets.delete(
secret_name="aws-dev",
project_id=1,
)
from gcore import Gcore
client = Gcore(
api_key="My API Key",
)
client.cloud.inference.secrets.delete(
secret_name="aws-dev",
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
Project ID
1
Inference secret name.
4
"aws-dev"
No Content
Was this page helpful?