Drops an existing resource from a MaxCompute project.
Syntax
drop resource <resource_name>;
Parameters
resource_name: the name of the resource that you want to drop.
Examples
drop resource getaddr.jar;
The following result is returned: Confirm to "drop resource getaddr.jar" (yes/no)? y
OK
Related statements
- ADD ARCHIVE: Adds an archive file as a resource.
- ADD FILE: Adds a file as a resource.
- ADD JAR: Adds a JAR file as a resource.
- ADD PY: Adds Python code as a resource.
- ADD TABLE: Adds a table as a resource.
- DESC RESOURCE: Views resource information.
- LIST RESOURCES: Views the resource list.
- ALIAS: Creates an alias for a resource.
- GET RESOURCE: Downloads a resource.