MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / cmd_delete_instance

Method cmd_delete_instance

web/pgacloud/providers/aws.py:310–315  ·  view source on GitHub ↗

Delete an RDS instance and (optionally) a security group

(self, args)

Source from the content-addressed store, hash-verified

308 output(data)
309
310 def cmd_delete_instance(self, args):
311 """ Delete an RDS instance and (optionally) a security group """
312 self._delete_rds_instance(args, args.name)
313
314 if args.security_group is not None:
315 self._delete_security_group(args, args.security_group)
316
317
318def load():

Callers

nothing calls this directly

Calls 2

_delete_rds_instanceMethod · 0.95

Tested by

no test coverage detected