Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Registry
  • Getting started
  • Access management
  • Pricing policy
    • API authentication
      • Overview
        • Overview
        • Create
        • Update
        • Delete
        • Get
        • List
        • ChangeState
  • Audit Trails events

In this article:

  • HTTP request
  • Path parameters
  • Body parameters
  • Response
  1. API reference
  2. REST
  3. LifecyclePolicy
  4. ChangeState

Yandex Cloud Registry API, REST: LifecyclePolicy.ChangeState

Written by
Yandex Cloud
Updated at October 30, 2025
  • HTTP request
  • Path parameters
  • Body parameters
  • Response

Changes the state of the specified lifecycle policy.

HTTP requestHTTP request

POST https://registry.api.cloud.yandex.net/cloud-registry/v1/lifecyclePolicies/{policyId}:changeState

Path parametersPath parameters

Field

Description

policyId

string

Required field. ID of the lifecycle policy to change state.

Body parametersBody parameters

{
  "state": "string"
}

Field

Description

state

enum (LifecyclePolicyState)

Required field. Target state of the lifecycle policy.

  • LIFECYCLE_POLICY_STATE_UNSPECIFIED
  • DISABLED: Policy is disabled and won't be executed.
  • ENABLED: Policy is enabled and will be executed according to schedule.

ResponseResponse

HTTP Code: 200 - OK

Was the article helpful?

Previous
List
Next
Overview
© 2025 Direct Cursus Technology L.L.C.