Renaming the Sandbox through API | Community
Skip to main content
sheejo
New Participant
October 27, 2022
Solved

Renaming the Sandbox through API

  • October 27, 2022
  • 3 replies
  • 1192 views

Hello All

We have a requirement to renaming the Sandbox. Could you please help how we can do it?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by amprakas

Hi @sheejo  sandbox rename is not supported. You can modify the title of the sandbox, but not its ID or Name.

3 replies

amprakasAccepted solution
Employee
November 11, 2022

Hi @sheejo  sandbox rename is not supported. You can modify the title of the sandbox, but not its ID or Name.

New Participant
November 15, 2022

Hi Amit,

 

I am curious to understand if I can use any API call to get/read the sandbox ID itself?

 

Regards,

Aditya

Anil_Umachigi
Employee
October 31, 2022

Are you still trying to use the python package for this? 

You can use the following from library 

updateSandbox(sanboxname) 
/* """ Update the Sandbox with the action provided. Arguments: name : REQUIRED : sandbox name to be updated. action : REQUIRED : dictionary defining the action to realize on that sandbox. """ */
ChetanyaJain-1
New Participant
October 29, 2022