Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites
I canโt find the Compute options? Is it possible to have that? It would be amazing if you could
Same for functions: https://appwrite.io/docs/references/cloud/server-nodejs/functions
Maybe I am messing something.
@Meldiron Would you like to help me out?
Heyy, it lives here: https://appwrite.io/docs/references/cloud/server-nodejs/sites#update
Under sites.update, params:
buildSpecificationruntimeSpecification
Be aware, it's PUT request, so you will need to pass all existing details (you can easily sites.get() them all
Curious, what's the term you used to search by? Maybe we can improve param description to make it clearer.
I was looking for the term compute or specifications, it didnโt mention the syntax or what it meant so I assumed it meant something else
Thanks for the help, if I need for example 2 CPU 2 GB ram or 4 CPU 4 GB ram what would it look like?
Maybe it can be more clear about what each thing means and an example
Recommended threads
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, Iโm using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...