Skip to main content
PUT
Set organization settings

gRPC method: SetOrganizationSettings

Configures organization-wide settings, such as default audit logging for the control plane and for buckets.
data.json
Example request

Authorizations

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

CoreWeave API access token sent as a bearer token in the Authorization header (the value is prefixed with Bearer). Used by every operation except the SAML/OIDC token-exchange endpoints (anonymous) and the container credentials GET (which uses ContainerCredentialsAuth).

Body

application/json

Inputs for configuring organization-wide AI Object Storage settings.

settings
object

The new organization settings to apply.

Response

OK

The organization settings after the update is applied.

settings
object

The organization settings now in effect.

Last modified on July 13, 2026