Server Script (API) file location

Hi

I’m creating a new server-side API python script. I wanted to access the python file of the server so that I can directly connect my IDE to it to push code changes.
I wanted to check if we can access the file via ssh or it present in the db only? If Yes what is the path to this custom server script?

Please find the settings of my custom script below:

Hi there,

Server scripts are not stored in the file system but rather your database under the table tabServer Script. Be cautious about editing these files directly. I’m not sure if any specific conflicts for this doctype, but generally speaking the assumption made by Frappe is that this data will be changed only by the desk application or with standard API calls for lifecycle reasons.

1 Like

oh okay, @peterg Thank you!!!