/
/Cilium API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 23m ago · Updated 4w ago
bgp3
daemon10
endpoint12
ipam3
metrics1
policy12
  • getRetrieves a list of identities that have metadata matching the provided parameters.
  • getRetrieve identity
  • getRetrieve identities which are being used by local endpoints
  • getRetrieve entire policy tree
  • putCreate or update a policy (sub)tree
  • deleteDelete a policy (sub)tree
  • getSee what selectors match which identities
  • getRetrieves the list of DNS lookups intercepted from all endpoints.
  • deleteDeletes matching DNS lookups from the policy-generation cache.
  • getRetrieves the list of DNS lookups intercepted from an endpoint.
  • getList internal DNS selector representations
  • getLists information about known IP addresses
prefilter3
recorder5
service5
    policy

    Delete a policy (sub)tree

    delete/policy

    Request body

    string[] required

    Set of labels

    Response

    Success

    revisioninteger

    Revision number of the policy. Incremented each time the policy is changed in the agent's repository

    policystring

    Policy definition as JSON.

    Changes