set_oci_profile
Switch between Oracle Cloud Infrastructure profiles to manage different tenancies and access their resources through API calls.
Instructions
Set the active OCI profile to use for API calls.
Args:
profile_name: Name of the profile to activate (e.g., "DEFAULT", "production")
This will initialize or reinitialize OCI clients with the selected profile.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
profile_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"profile_name": {
"title": "Profile Name",
"type": "string"
}
},
"required": [
"profile_name"
],
"type": "object"
}