Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • 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
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Cloud Desktop
  • Access management
  • Pricing policy
    • API authentication
      • Overview
        • Overview
        • Get
        • GetRdpFile
        • List
        • ListOperations
        • Create
        • UpdateProperties
        • Delete
        • ResetPassword
        • Restart
        • Update
        • Start
        • Stop
  • Cloud Desktop events
  • Release notes

In this article:

  • HTTP request
  • Path parameters
  • Body parameters
  • User
  • Response
  1. API reference
  2. REST
  3. Desktop
  4. ResetPassword

Cloud Desktop API, REST: Desktop.ResetPassword

Written by
Yandex Cloud
Updated at January 29, 2026
  • HTTP request
  • Path parameters
  • Body parameters
  • User
  • Response

Reset password

HTTP requestHTTP request

POST https://cloud-desktop.api.cloud.yandex.net/cloud-desktop/v1/desktops/{desktopId}:resetPassword

Path parametersPath parameters

Field

Description

desktopId

string

Required field. ID of the desktop.

The maximum string length in characters is 50.

Body parametersBody parameters

{
  "user": {
    "subjectId": "string",
    "subjectType": "string"
  }
}

Field

Description

user

User

Required field. User of the desktop.

UserUser

Field

Description

subjectId

string

Required field. Identity of the access binding.

The maximum string length in characters is 100.

subjectType

string

Required field. Type of the access binding, e.g. userAccount, serviceAccount, system.

The maximum string length in characters is 100.

ResponseResponse

HTTP Code: 200 - OK

{
  "password": "string"
}

Field

Description

password

string

Generated password

Was the article helpful?

Previous
Delete
Next
Restart
© 2026 Direct Cursus Technology L.L.C.