Skip to main content
POST
Apply or update access policy

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 creating or replacing an access policy by name.

policy
object
required

The full access-policy document. Replaces any existing policy with the same name.

Response

Last modified on July 18, 2026