Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Renaming the Sandbox through API

Avatar

Level 4

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

Avatar

Employee

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