Expand my Community achievements bar.

SOLVED

Renaming the Sandbox through API

Avatar

Level 3

Hello All

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

1 Accepted Solution

Avatar

Correct answer by
Employee

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

View solution in original post

4 Replies

Avatar

Community Advisor

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. """ */

Avatar

Correct answer by
Employee

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

Avatar

Level 1

Hi Amit,

 

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

 

Regards,

Aditya